Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-13713 | WA000-WI6040 IIS7 | SV-46365r1_rule | ECSC-1 | High |
Description |
---|
The Worker Process Identity is the user defined to run an application pool. The IIS 7 worker processes, by default runs under the NetworkService account. Creating a custom identity for each application pool will better track issues occurring within each web-site. When a custom identity is used, the rights and privileges must not exceed those associated with the NetworkService security principal. |
STIG | Date |
---|---|
IIS 7.0 WEB SITE STIG | 2014-03-25 |
Check Text ( C-32866r3_chk ) |
---|
This check is only applicable when IIS is running on Windows Server 2008 SP2 or Windows Server 2008 R2. 1. Open the IIS Manager. 2. Click the Application Pools. 3. Highlight an Application Pool to review and click Advanced Settings in the Actions Pane. 4. Scroll down to the Process Model section and ensure the value for Identity is set to ApplicationPoolIdentity, Network Service or a custom identity. If not, this is a finding. |
Fix Text (F-29010r2_fix) |
---|
1. Open the IIS Manager. 2. Click the Application Pools. 3. Highlight an Application Pool to review and click Advanced Settings in the Actions Pane. 4. Scroll down to the Process Model section and set the value for Identity to ApplicationPoolIdentity, Network Service or a custom identity with rights and privileges equal to or less than the built-in security principle. |